4,401 questions with Azure Functions tags

Sort by: Updated
0 answers

Fail in Publishing

I have followed the instructions on this page, and created a Function App in Azure successfully, but when I publish it, I received the following error: Severity Code Description Project File Line Suppression State Error Unable to resolve…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,713 questions
asked 2024-05-28T22:21:46.84+00:00
Vincent Zhang 0 Reputation points
edited the question 2024-05-28T22:24:58.74+00:00
Vincent Zhang 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Function run on Azure from VS code: It works but error message "the operation was aborted"

Hello, I deployed an HTTP function on Azure with the Function App from VS Code. When I launch the function from the Azure portal or directly using its URL, it works fine. When I launch it on Azure from VS Code, I get no logs in the terminal and after a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
asked 2024-05-28T03:03:22.45+00:00
Lexignot 65 Reputation points
commented 2024-05-28T20:50:00.4533333+00:00
Lexignot 65 Reputation points
0 answers

Not able to create an azure function

Hello, I wanted to create an azure function, but i keep getting BadGateway for app service plan, tried creating a plan as well but of no avail.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
asked 2024-05-24T05:31:01.2866667+00:00
Aarush Luthra 10 Reputation points
commented 2024-05-28T18:54:44.4866667+00:00
Aarush Luthra 10 Reputation points
0 answers

On ship using Starlink Internet connection - Mail client on phone returning authentication error AAADSTS165000

Hi: I have (2) users on a ship using Starlink for Internet. For both users, the email client on their iPhones stopped syncing email and is returning an error: ADSTS165000: Invalid Request: The user session context is missing. One or more of the user…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
asked 2024-05-28T18:49:35.36+00:00
BobH-3096 141 Reputation points
0 answers

How to fix '/home/LogFiles/Application/Functions/Host' Azure function

The set up we have: Azure function app, we have queue trigger in the azure function and we set up our function using teraform template. The function will not discover the functions or anything. But if we change the azure AzureWebJobsStorage to the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,890 questions
asked 2024-05-27T09:24:45.7766667+00:00
Minh Pham | Ximius 5 Reputation points
commented 2024-05-28T18:36:51.6866667+00:00
LeelaRajeshSayana-MSFT 13,871 Reputation points
0 answers

Not able to create App service or logic app

I have created function app and it is not completed deployment. Found this information. Can you please help me how to resolve this issue? This BadGateway issue is happening for any thing I create for example created App service or Fucnction app for any…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,047 questions
asked 2024-05-25T21:32:58.6866667+00:00
JC 0 Reputation points
commented 2024-05-28T17:04:47.26+00:00
LeelaRajeshSayana-MSFT 13,871 Reputation points
2 answers

Unable to view Invocation Logs in Function App

Hi All, We have a function app running and Me and few other teammates are able to view the invocation Logs in function app. But few people in other team reporting the issue with viewing the invocation logs in functions, asking to configure. but while…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
asked 2024-05-28T09:37:11.93+00:00
Shubham Mishra 0 Reputation points
answered 2024-05-28T16:24:19.1933333+00:00
Shubham Mishra 0 Reputation points
0 answers

Unable to create deployment success in function App - as free trail

unable to create a deployemnt using azure function. - it is failed to deploy below is the failed response {     "status": "Failed",     "error": {         "code": "Forbidden",        …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
asked 2024-05-24T12:42:13.56+00:00
Madireddy 2024 0 Reputation points
commented 2024-05-28T15:44:32.0533333+00:00
LeelaRajeshSayana-MSFT 13,871 Reputation points
0 answers

Azure Zip deployment failed with log

commond: az webapp deployment source config-zip --name xxx -g xxx --subscription xxx --src .\dist.zip --slot second

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,047 questions
asked 2024-05-27T03:19:11.9633333+00:00
Lijiao Guo (Centific Technologies Inc) 0 Reputation points Microsoft Vendor
commented 2024-05-28T15:28:09.65+00:00
LeelaRajeshSayana-MSFT 13,871 Reputation points
2 answers

Azure Function - Run and Debug locally - ModuleNotFoundError: No module named 'requests'

Hello, When I Run and Debug this simple HTTP Trigger function which includes the library Requests, I obtain the errors "ERROR: Error: No module named 'requests', Cannot find module." "ModuleNotFoundError: No module named 'requests",…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
asked 2024-05-26T03:51:00.5366667+00:00
Lexignot 65 Reputation points
answered 2024-05-28T15:25:21.9033333+00:00
JananiRamesh-MSFT 22,056 Reputation points
1 answer

How to check if a SignalR Active Connection is still active or not within .Net8 Isolated SignalRTrigger Azure Function App

Earlier we were using InProcess and hence we had a refrence of InvocationContext which was working fine to check if the signalR connection is active or not to perform our own business logic. The same snippet follows below. if (await…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
123 questions
asked 2024-05-27T09:46:49.5266667+00:00
Sathasivam, Logesh 0 Reputation points
answered 2024-05-28T14:21:25.57+00:00
Sina Salam 4,296 Reputation points
0 answers

How to clear the account list in the Web Account Manager list of Accounts displayed by WAM Broker

I have a WPF desktop app that accesses an Azure WebAPI. It uses the MSAL library and when authenticating uses the WAM broker. When the list of accounts is displayed, there is an account of someone that used the computer once when I was logged on to the…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
628 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,467 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,890 questions
asked 2024-05-25T18:43:22.4933333+00:00
Michael 76 Reputation points
commented 2024-05-28T13:45:44.2066667+00:00
Michael 76 Reputation points
0 answers

Azure function crashed during cold start after converting to isolated worker

I have an Azure function that had been working fine for the past 2 years. I recently converted to isolated worker and now every time the function is spawned up, it will crash initially during cold start. So if the API has not been called for a while…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
asked 2024-05-27T18:28:07.4+00:00
TD 0 Reputation points
commented 2024-05-28T13:17:39.11+00:00
Ryan Hill 26,316 Reputation points Microsoft Employee
2 answers

Azure Functions In-Process decomission

Hey  @AzureSupport, As described in the roadmap below, at some point we won't have In-process Azure Functions for .NET. My question is what will happen with already existing In-process Azure Functions in terms of codebase. Should all of the code be…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,467 questions
asked 2024-05-16T09:23:57.7166667+00:00
Karol IL 0 Reputation points
answered 2024-05-28T12:20:55.3233333+00:00
Karol IL 0 Reputation points
0 answers

Access Backend on VNet from public frontend

I need to deploy a frontend that will be publivly accessible but it needs to commuincate and write to a databse that must not be publicly accesible. The current setup i have is as follows: Deploy the Next JS site using Azure Static Web Apps Create a…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,810 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,206 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
786 questions
asked 2024-05-28T12:15:47.6033333+00:00
Simbarashe Kowo (Platinum Life) 0 Reputation points
1 answer One of the answers was accepted by the question author.

Python Azure Function throws "SSLCertVerificationError" when try to invoke on-prem API endpoint

We have an azure function (linux) which runs python functions, one function should reach one of our on-prem servers (phpIPAM) via REST API. The server has valid certification, issued by our CA (we have 2 level CA environment: root CA-intermediate…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
asked 2024-05-27T07:55:44.9133333+00:00
Béla Tóth 0 Reputation points
accepted 2024-05-28T11:57:16.64+00:00
Béla Tóth 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to implement Functionapp with Service Bus in a private network setup ?

Hello, I have an azure functionapp which picks up messages from an Azure Service Bus. The functionapp needs to be set in a private network setup meaning, it is vnet integrated with a delegated subnet, and has a private endpoint in the default subnet.…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
560 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
473 questions
asked 2024-05-26T15:35:05.4966667+00:00
Ceci Ivanov 20 Reputation points
commented 2024-05-28T08:31:21.7833333+00:00
MayankBargali-MSFT 69,746 Reputation points
0 answers

Azure B2C, Sign in using multiple policies

I'm currently using Azure B2C to sign in users using the Microsoft.Identity.Web framework. My configuration looks something like this services.AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme) .AddMicrosoftIdentityWebApp(options => …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,401 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,890 questions
asked 2024-05-28T07:28:21.34+00:00
Jonas Nordtorp Olesen - Dronevolt 5 Reputation points
edited the question 2024-05-28T07:51:12.7133333+00:00
Jiale Xue - MSFT 37,131 Reputation points Microsoft Vendor
0 answers

How to resolve "The subscription is not allowed to create or update the serverfarm." error while creating WebApp or Function App

I have tried all the solutions posted in the communities, but none have resolved the issue. Can someone please help me resolve it?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
786 questions
asked 2024-05-28T05:58:25.5033333+00:00
Devulapally Abinay Kumar 0 Reputation points
edited the question 2024-05-28T07:24:33.0933333+00:00
vipullag-MSFT 25,041 Reputation points
0 answers

Azure Service Bus Trigger Function Not Achieving Desired Concurrency Levels

I have implemented a system where requests are processed asynchronously using an Azure Service Bus. These requests initiate an operation that, once complete, returns a response to the initiating actor. My objective is to manage the flow of requests to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
asked 2024-05-28T04:01:34.21+00:00
akalanka sakalasooriya 0 Reputation points
edited the question 2024-05-28T04:41:16.5166667+00:00
akalanka sakalasooriya 0 Reputation points